home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML Instance.sea
/
XML Instance
/
Required
/
plugins
/
HTMLWindow.jar
/
horst
/
ElementSplit.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-03-18
|
794 b
|
18 lines
package horst;
public class ElementSplit {
boolean m_bSelected;
Element m_elem;
String debug;
public ElementSplit(Element e, boolean bSelected) {
this.m_bSelected = bSelected;
this.m_elem = e;
if (e == null) {
System.out.println("s");
}
this.debug = new String(e.getCharData());
}
}